home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / 3rd Party Demos / 3rd Party Plugins / Database / FrontBase Plugin (PPC) / • READ ME FIRST next >
Encoding:
Text File  |  2001-01-30  |  3.4 KB  |  99 lines

  1. FrontBase Plugin for REALbasic® 3.0
  2. 1.0 beta 1
  3. Brad Hutchings
  4. FrontBase, Inc.
  5.  
  6. Release Notes
  7. 30-Jan-2001
  8.  
  9. Direct feedback to:        rb_feedback@FrontBase.com
  10.  
  11. Overview
  12. --------
  13.  
  14. Enclosed is a REALbasic plugin that allows REALbasic to talk to FrontBase.
  15. This release includes a plugin for MacOS Classic (8/9) running on PPC. Plugins
  16. for Carbon and Windows will follow shortly.
  17.     
  18. ** Special thanks to Joe Strout at REAL Software, Inc. for helping me get
  19. the plugin to work. **
  20.  
  21. Installation
  22. ------------
  23.  
  24. The FrontBase Plugin is "client side" software. In order for it to talk with
  25. FrontBase, you'll need to install a FrontBase server on a computer available
  26. on your network. The FrontBase server does not run on MacOS Classic, so you
  27. cannot run both FrontBase Plugin and server on the same machine (yet). Included
  28. in this distribution are FrontBase servers for MacOS X Public Beta and Windows
  29. NT. Servers for Linux, FreeBSD, and other platforms are available in the
  30. downloads section of http://www.frontbase.com.
  31.     
  32.     1. Please refer to the respective installation documents for instructions.
  33.  
  34.     2. Please visit http://www.frontbase.com to get a free license string once
  35.        you have your server installed.
  36.  
  37.     3. On the server, create a database named "TestDB" and start it up as
  38.        described in the server installation documents.
  39.        
  40. To install the FrontBase Plugin for REALbasic:
  41.  
  42.     1. Drag the file "FrontBase Plugin.PPC" to REALbasic's "Plugins" folder.
  43.     
  44.     2. Restart REALbasic.
  45.     
  46.     3. Check that "FrontBase..." now apppears in the "File" --> "Add Data Source"
  47.        submenu.
  48.  
  49. Adding a Data Source
  50. --------------------
  51.  
  52. The FrontBase plugin works as a data source in REALbasic:
  53.  
  54.     1. Choose the "File" --> "Add Data Source" --> "FrontBase..." menu item.
  55.     
  56.     2. For "Server", enter a fully qualified name or address of the server
  57.        (e.g. "server.domain.com" or "192.168.1.100")
  58.        
  59.     3. For "Database", enter the name of the database you created and started
  60.        (e.g. "TestDB")
  61.        
  62.     4. If the database has a password, enter it, otherwise leave the "Database
  63.        Password" blank.
  64.        
  65.     5. For "User", enter the user name to use to log into the server. You
  66.        can use "_SYSTEM" for testing purposes if you don't want to create a
  67.        user on the server. For production, however, you'll definitely want
  68.        to set up users, grant table privileges, etc.
  69.  
  70.     6. If the use has a password, enter it, otherwise leave the "Password" blank.
  71.     
  72. Now you have a data source and can proceed with Chapter 10 of the REALbasic
  73. Developer's Guide — Creating Databases with REALbasic.
  74.  
  75. Known Issues
  76. ------------
  77.  
  78. • When sending SQL statements to a FrontBase data source, please be aware that
  79.   FrontBase _strictly_ follows the SQL 92 Standard. An excellent reference to
  80.   the SQL standard has been written by C.J. Date and Hugh Darwen:
  81.   
  82.           http://www.amazon.com/exec/obidos/ASIN/0201964260
  83.           
  84. • The FrontBase plugin is "beta quality" software. While it has been exercised
  85.   extensively internally, it has not seen the "real world" until now. Please
  86.   provide feedback if you try it!!
  87.  
  88. Got questions? Want to be an official tester?
  89. ---------------------------------------------
  90.  
  91. Send e-mail to "rb_feedback@FrontBase.com". This is a forwarding alias which goes
  92. directly to Larry Barcot (FrontBase VP Sales) and me. Please include a phone number
  93. so we can follow up that way if needed.
  94.  
  95. Brad Hutchings
  96. brad@FrontBase.com
  97. Office: 1.949.455.2913   (California time, 9 AM - 5 PM)
  98.  
  99.